home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000011_news@columbia.edu _Thu Aug 31 21:07:34 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id VAA10609
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Thu, 31 Aug 2000 21:07:34 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id VAA06441
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 31 Aug 2000 21:07:33 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id UAA29220
  10.     for kermit.misc@watsun.cc.columbia.edu; Thu, 31 Aug 2000 20:58:51 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: Mark Sapiro <msapiro@value.net>
  13. Subject: Re: Kermit with GCOS 8
  14. Date: Thu, 31 Aug 2000 17:51:12 -0700
  15. Organization: Not Very Much
  16. Message-ID: <39AEFD80.483550E2@value.net>
  17. To: kermit.misc@columbia.edu
  18.  
  19. Frank da Cruz wrote:
  20. > In article <8olujd02gr9@enews2.newsguy.com>,
  21. > David Copelovici <dcopelov@thinkage.com> wrote:
  22. > : Is it possible to send text/binary files from a GCOS 8 machine (to an NT
  23. > : machine) using the kermit protocol (I think it's called kermsend on the
  24. > : GCOS machine)? If not, what are the problems associated with such a
  25. > : transfer? I'm using C-Kermit 7.0.197.
  26. >
  27. > Using C-Kermit 7.0.197 on what?  You only mentioned GCOS 8 and NT.  Do you
  28. > mean Kermit 95 on NT?  If not, that's the appropriate software for the NT
  29. > side:
  30. >   http://www.columbia.edu/kermit/k95.html
  31. > Anyway, maybe somebody who actually uses GCOS 8 can answer with more
  32. > authority, but in case you don't hear anything else, everything we have for
  33. > GCOS 8 is in the Kermit FTP archive:
  34. >   ftp://kermit.columbia.edu/kermit/d/
  35. > The files are:
  36. >   -rw-rw-r--      664 Aug 16  1988 hgann.txt
  37. >   -rw-rw-r--     1105 Aug 16  1988 hgboot.a
  38. >   -rw-rw-r--     3439 Aug 16  1988 hgdns.doc
  39. >   -rw-rw-r--    64350 Aug 16  1988 hgker.b
  40. >   -rw-rw-r--    46705 Aug 16  1988 hgker.c
  41. >   -rw-rw-r--     9234 Aug 16  1988 hgker.doc
  42. >   -rw-rw-r--     4620 Aug 16  1988 hgker.hlp
  43. >   -rw-rw-r--     1323 Aug 16  1988 hgnps.doc
  44. > These are all plain-text ASCII files.  The actual release date was
  45. > 5 Sep 1984.  Whatever documentation exists is in the hg*.doc and hgker.hlp
  46. > files (and the source code itself, of course).
  47. > - Frank
  48.  
  49. Disclaimer---
  50. I supported GCOS III and GCOS 8 at City College of San Francisco from
  51. 1975 through 1992.  I knew a lot in those days.  I may have forgotten it
  52. all.
  53.  
  54. IMHO, the better GCOS Kermit is the package from University of Kansas. 
  55. This is found in the same ftp directory that Frank mentions, but the
  56. files are those named "hdps8.*".  In particular, the executable is
  57. hdps8.pak which is run through the hdps8.ftn fortran program to convert
  58. it to an actual executable (h*) file.
  59.  
  60. The one big drawback of this package is it doesn't support extended
  61. length packets, but it does work.  (I don't think any of the Kermit
  62. implementations from Honeywell or Bull supported extended packets
  63. either.)
  64.  
  65. Transferring text files in either direction is no problem.  Transferring
  66. to or from a GCOS binary file is accomplished differently depending on
  67. the objective.  If you wish to store a GCOS binary file on another
  68. machine to be later sent back to GCOS and used there, you should use
  69. text format for both transfers.  This is the only method which will
  70. preserve both the content and exact size of the GCOS file.  If you wish
  71. to transfer binary data files to/from GCOS to actually be used on GCOS
  72. and a different machine, you use either "bitstream"
  73. or "bytestream" format depending on whether or not you want to transfer
  74. the 9th bit of each GCOS byte.  See the hdps8.doc file for more
  75. information.
  76.  
  77. -- 
  78. Mark Sapiro <msapiro@value.net>       The highway is for gamblers,
  79. San Francisco Bay Area, California    better use your sense - B. Dylan
  80.